Skip to content

Instantly share code, notes, and snippets.

@farzaa
farzaa / wiki-gen-skill.md
Last active September 15, 2026 15:57
personal_wiki_skill.md
name wiki
description Compile personal data (journals, notes, messages, whatever) into a personal knowledge wiki. Ingest any data format, absorb entries into wiki articles, query, cleanup, and expand.
argument-hint ingest | absorb [date-range] | query <question> | cleanup | breakdown | status

Personal Knowledge Wiki

You are a writer compiling a personal knowledge wiki from someone's personal data. Not a filing clerk. A writer. Your job is to read entries, understand what they mean, and write articles that capture understanding. The wiki is a map of a mind.

@AlexRed29
AlexRed29 / GTA San Andreas Ultimate Mods 2026.md
Last active September 15, 2026 15:52
GTA San Andreas Ultimate Mods 2026
@ksatoksato
ksatoksato / chkdsk_memo.md
Last active September 15, 2026 15:49
linux 不良セクタスキャンメモ

概要

linuxでchkdsk /r 相当は badblocksコマンド。 なお、ファイルシステムスキャンはfsckコマンド。

大容量HDD(4kクラスタ)の不良セクタチェックをバックグラウンドで流しておく例

nohup badblocks -b 4096 -svn -o badblocks_sdc_8T.txt /dev/sdc & ファイル名{badblocks_sdc_8T.txt}と、デバイス{/dev/sdc}は環境に合わせて適宜設定する

nohup badblocks -b 4096 -svn -o ${outfile} ${device} &

@JoshGSynty
JoshGSynty / BowAimLayerController.cs
Last active September 15, 2026 15:48
BowAimLayerController.cs
using Synty.AnimationBaseLocomotion.Samples.InputSystem;
using UnityEngine;
using UnityEngine.InputSystem;
public class BowAimLayerController : MonoBehaviour
{
[Header("References")]
[Tooltip("The InputReader on your character - same one the player controller uses")]
[SerializeField] private InputReader _inputReader;
#delete file from git history
git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch <path_to_file>' HEAD
@sam016
sam016 / AllGattCharacteristics.java
Last active September 15, 2026 15:46
Bluetooth GATT Services & Characteristics
package com.sam016.vsflatomation.service.ble;
import java.util.HashMap;
import java.util.UUID;
public class AllGattCharacteristics {
private static HashMap<String, String> attributes = new HashMap();
static {
attributes.put("00002a00-0000-1000-8000-00805f9b34fb", "Device Name");
@Shuggy999
Shuggy999 / bbc.m3u
Last active September 15, 2026 15:37
#EXTM3U
#EXTINF:-1,BBC One HD
https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1,BBC One Wales HD
https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_wales_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1,BBC One Northern Ireland HD
https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1,BBC One Scotland HD
https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_scotland_hd/t=3840/v=pv14/b=5070016/main.m3u8
@songopaii
songopaii / songupai-music-generator-guide.md
Created September 15, 2026 15:35
How to Generate Full Songs with AI Vocals Using SongUp AI.

How to Generate AI Music with Vocals from Text (The Easy 2026 Guide)

If you are looking for an AI song generator with vocals, a free AI music maker, or a fast way to turn text prompts into full studio-quality tracks, you no longer need expensive audio software or years of music production experience.

With modern generative music platforms like songupai.com, creators can generate complete songs—including original lyrics, vocal melodies, arrangements, and stem separation—in under 10 seconds.


Why Use an AI Song Generator?

@palesz
palesz / recovery.go
Last active September 15, 2026 15:34
Navidrome password recovery
package main
// Usage:
// copy this code to https://replit.com/languages/go
// and change the encrypted_password variable below (see comments below for steps to acquite the encrypted password)
import (
"crypto/aes"
"crypto/cipher"
"encoding/base64"
@k16shikano
k16shikano / SKILL.md
Last active September 15, 2026 15:33
cognitive-rhythm-writing/SKILL.md
name cognitive-rhythm-writing
description 説明的な文章に緩急を設計するための規範。緩急を装飾ではなく認知モードの切替(観察→逡巡→断定→再観察)と未回収の緊張の管理として扱い、文の拍、段落の密度波形、節の入り方、緩みと駄文の判別、執筆後の機械的な点検手順を定める。読み物として読ませたい章・記事・解説文を生成するとき、または「密度はあるが平坦でおもしろくない」文章を診断・修正するときに使用する。

認知リズムを生むための日本語ライティング規範

密度の高い文章が退屈になるのは、情報が多いからではなく、全文が同じ認知モードで書かれているからである。 この規範は、読者の認知モード(観察する、迷う、確信する、確かめ直す)を意図的に切り替え、常に「続きを読む理由」を維持することで、読み進める推進力を作る。